Skip to main content

CustomPostProcessing

Complete API reference for CustomPostProcessing, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Post processing

Component: yes


public class CustomPostProcessing extends Component

Constructors

SignatureDescription
CustomPostProcessing(CustomPostProcessing)Executes CustomPostProcessing and returns after the underlying engine call finishes.
CustomPostProcessing(Engine)Executes CustomPostProcessing and returns after the underlying engine call finishes.
CustomPostProcessing()Executes CustomPostProcessing and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceCustomPostProcessingRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
shaderFileStringget/setVirtual attribute exposed by getShaderFile. Access it like a field to read or write the underlying value.
timefloatget/setVirtual attribute exposed by getTime. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
setParam(String, float)voidExecutes setParam and returns after the underlying engine call finishes.
setParam(String, Color)voidExecutes setParam and returns after the underlying engine call finishes.
setParam(String, Texture)voidExecutes setParam and returns after the underlying engine call finishes.
setParam(String, Object)voidExecutes setParam and returns after the underlying engine call finishes.
setParam(String, float[])voidExecutes setParam and returns after the underlying engine call finishes.